type runtime.muintptr
16 uses
runtime (current package)
lock_spinbit.go#L89: next muintptr // next m waiting for lock
lock_spinbit.go#L111: func mutexWaitListHead(v uintptr) muintptr {
lock_spinbit.go#L114: } else if m0bits := muintptr(unsafe.Pointer(&m0)); highBits == uintptr(m0bits)&^mutexMMask {
lock_spinbit.go#L117: return muintptr(highBits + mutexMOffset)
mgc.go#L1741: m muintptr
proc.go#L2837: newm muintptr
runtime2.go#L286: type muintptr uintptr
runtime2.go#L289: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
runtime2.go#L292: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L300: (*muintptr)(unsafe.Pointer(mp)).set(new)
runtime2.go#L546: lockedm muintptr
runtime2.go#L671: schedlink muintptr
runtime2.go#L779: m muintptr // back-link to associated m (nil if idle)
rwmutex.go#L20: readers muintptr // list of pending readers
rwmutex.go#L24: writer muintptr // pending writer waiting for completing readers
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |